2015-03-27 - 16728.900- Breakfix- Missing data in SNC Inbound ASN IDOC segments - (Baiwa by 2015- 04-03) #abapidoc #Delivery #SDSupportShipping

2015-03-27 - 16728.900 - Break Fix - Missing data in SNC Inbound ASN IDOC Segments

Problem Summary


Some of the segments fields data is not displayed as expected in SNC Inbound ASN IDOC.

Admin Info



Purpose
Some of the segments fields data is not displayed as expected in SNC Inbound ASN IDOC.
Requested by
Baiwa Zhang
Issue Date
03-27-2015
Resolved by
Venkat Kondapally,Deepak Yasam
Resolved Date
03-30-2015
Document Status
WIP

Detailed Problem Description

(Include Screen Shots if required )

In the ASN IDOC of the inbound delivery,
a. NTANF and NTEND fields in 006 qualifier are not displaying the dates in E1EDT13 segment and
b. J_3AVDAT field in /AFS/E1EDL24 segment is not displaying the data.



Solution Analysis and Recommendations

(Include Screen Shots if required)


a.The exit MV50AFZ1 should be modified to consider the purchase requisition of the preceding items excluding the rejected items in the SO.The earliest date of the remaining items in the PO should be considered as the planned goods movement date in the inbound delivery header.The deleted items in the PO should be excluded to pick the earliest delivery date of the undeleted items in the PO.


b.The exit ZXTRKU02 has been analysed and there is a bug in the logic to determine the valid from date of master grid in J_3AVDAT field in /AFS/E1EDL24 segment.The logic needs to be changed.
The actual goods issue date in the inbound delivery is passed to the NTANF and NTEND fields and there is no logic coded to pull these dates into the IDOC.
Initially the logic is to consider only the master grid from the LIPS table and if the entry exists then the valid from date is pulled into the IDOC from J_3APGHD table.As for these inbound deliveries there is no entry in LIPS table for the master grid, the master grid is read from the MARA table for the material and the valid from date of the master grid is not considered. Hence the valid from date is blank in the IDOC.




Resolution


The logic is changed to read both master grid and valid from date from LIPS table for the corresponding item.If any of the one entry is missed in LIPS table then master grid is read from the MARA table for the material and its valid from date is read from the J_3APGHD table by checking the deletion indicator.

The actual goods issue in these inbound deliveries is blank and hence the NTANF and NTEND fields in 006 qualifier are not displaying the dates in E1EDT13 segment.

Release Information


Provide link here to Release Notes if Technical Objects were changed